Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 3 |
Lines | 4 |
Ratio | 100 % |
Changes | 0 |
1 | View Code Duplication | const DB = require('../../libraries/db') |
|
9 | add: async function (data) { |
||
10 | let res = await ModelBase.execInsert(table, data) |
||
11 | return res; |
||
12 | }, |
||
13 | |||
44 | } |